const runtime.mSpanInUse
18 uses
runtime (current package)
heapdump.go#L455: if s.state.get() == mSpanInUse {
heapdump.go#L481: if s.state.get() != mSpanInUse {
heapdump.go#L653: if s.state.get() != mSpanInUse {
heapdump.go#L676: if s.state.get() == mSpanInUse {
mbitmap.go#L442: } else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
mbitmap.go#L1234: if state != mSpanInUse {
mbitmap.go#L1291: if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
mgcmark.go#L368: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L376: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L514: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mgcsweep.go#L695: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mheap.go#L354: mSpanInUse // allocated for garbage collected heap
mheap.go#L651: case mSpanInUse, mSpanManual:
mheap.go#L722: if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
mheap.go#L1436: s.state.set(mSpanInUse)
mheap.go#L1619: case mSpanInUse:
traceallocfree.go#L61: if s.state.get() != mSpanInUse {
traceallocfree.go#L84: if s.state.get() == mSpanInUse {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |